home *** CD-ROM | disk | FTP | other *** search
/ Mastering Microsoft Visual Basic 5 / Mastering Microsoft Visual Basic 5.ISO / media / ch05 / v05d020.cc < prev   
Text File  |  1997-02-04  |  769b  |  8 lines

  1. 0, In this lab, you will complete three different exercises, each dealing with a different aspect of interacting with the Windows API.
  2. 11, In the first exercise, you'll pass a string to Windows from your VB application, requesting that it be filled with the installed Windows directory.
  3. 21, And you'll display that information in a message box.
  4. 28, In the second exercise, you'll create a Topmost Window, that is, a window that will not move behind other windows, even when it looses the focus.
  5. 38, However, when it's in the non-topmost position then it will act as a normal window and move behind.
  6. 50, In the third exercise, you'll use a CallBack routine with a Windows timer.
  7. 54, Every time the CallBack routine is called, you'll update a progress bar.
  8. 64, END